home *** CD-ROM | disk | FTP | other *** search
- Wolfware Assembler (WASM) Version 1.0
-
- Wolfware assembler is a small, easy to use, and fast assembler for the IBM PC.
- It is mainly for smaller programs, system patches, utilities, BASIC subroutines
- etc. All versions of all 8088 instructions and all forms of 8088 addressing
- are supported. Though the documentation (WASM.DOC) completely describes how to
- use WASM, it is assumed that you will refer to other sources for the basic
- concepts 8088 programming. Minimum system requirements are an IBM PC or
- compatible, 64K memory, and DOS 1.0 and up.
-
- Wolfware Assembler files:
-
- WASM.COM -- assembler program WASM.DOC -- documentation
-
- Several sample programs are provided to show examples of WASM source code. All
- of the following sample programs can be immediately assembled by WASM. Each of
- the programs fully describe themselves in their comments.
-
- Wolfware Assembler sample programs:
-
- PRES.ASM -- printer reset BTYPE.ASM -- binary type
- CLP.ASM -- clear partial screen RTIME.ASM -- resident time display
- KEY.ASM -- key reassignment
-